From e3eb2868d8fc4afb77a328b4beaefa459806e58f Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 26 Feb 2018 21:19:26 +0300 Subject: [PATCH] Revert "Seperate licenses with a `/`" This reverts commit 1ddba76a0f5f83884d20be97f49452f9dd1897f1. OR is the more modern form --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bcb74f255..eef7aae39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.27.0" authors = ["Yehuda Katz ", "Carl Lerche ", "Alex Crichton "] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" homepage = "https://crates.io" repository = "https://github.com/rust-lang/cargo" documentation = "https://docs.rs/cargo" @@ -91,4 +91,4 @@ doc = false [[test]] name = "testsuite" -path = "tests/testsuite/lib.rs" +path = "tests/testsuite/lib.rs" \ No newline at end of file -- 2.30.2